projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19fdf70
)
tests: fix imports with default features
author
Felix Krull
<f_krull@gmx.de>
Fri, 31 May 2019 21:53:10 +0000
(23:53 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000
(12:53 -0400)
rust-bindings/rust/tests/repo.rs
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/tests/repo.rs
b/rust-bindings/rust/tests/repo.rs
index 12038ded36204cb7b9f259c661afbd7640cfec54..560b008757fc91cc3718fa4eadfb3fb0b0327d59 100644
(file)
--- a/
rust-bindings/rust/tests/repo.rs
+++ b/
rust-bindings/rust/tests/repo.rs
@@
-12,10
+12,9
@@
use util::*;
use gio::prelude::*;
use gio::NONE_CANCELLABLE;
use glib::prelude::*;
-use ostree::{
- ObjectName, ObjectType, RepoCheckoutAtOptions, RepoCheckoutFilterResult, RepoCheckoutMode,
- RepoCheckoutOverwriteMode, RepoDevInoCache,
-};
+use ostree::ObjectType;
+use ostree::*;
+#[cfg(feature = "v2016_8")]
use std::os::unix::io::AsRawFd;
#[test]